home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILREEN / LASERMAT.LZH / README1.BAT < prev    next >
DOS Batch File  |  1992-12-06  |  6KB  |  142 lines

  1. @echo off
  2. cls
  3. echo                                  LaserMate400
  4. echo                       (c) Copyright by E. R. Hunter 1992 
  5. echo                                   SHAREWARE
  6. echo                            QUICK INFORMATION (page 1)
  7. if '%1' == 'p' goto doc1
  8. if '%1' == 'P' goto doc1
  9. echo .
  10. echo .
  11. echo LaserMate400 is a Terminate-and-Stay (TSR) laser printer control program 
  12. echo with keyboard control of your OKIDATA OL400 laser printer and other 
  13. echo HP LaserJet Series II compatible printers. It also has a NON-TRS mode. 
  14. echo It lets you access all of your laser printer features without using the   
  15. echo awkward printer control buttons. A few of LaserMate400 many features:
  16. echo .
  17. echo     - Pop-Up menus.
  18. echo     - On-screen context sensitive HELP. 
  19. echo     - Send form feed/eject page. 
  20. echo     - Master reset printer to default settings.
  21. echo     - Download nine fonts file at a time to the printer.   
  22. echo     - Select any resident and soft font from Pop-Up menu.   
  23. echo     - Change primary and secondary font.
  24. echo     - Select primary and secondary font.
  25.  
  26. echo .
  27. pause
  28. cls
  29. echo                                  LaserMate400
  30. echo                       (c) Copyright by E. R. Hunter 1992 
  31. echo                                    SHAREWARE
  32. echo                            QUICK INFORMATION (page 2)
  33. echo .
  34. echo LaserMate400 FEATURES (cont) 
  35. echo .
  36.  
  37. echo     - Select paper trays and sizes.
  38. echo     - Make settings files to save printer setting for different 
  39. echo       applications (ie;font, margins, paper size,soft font etc.)  
  40. echo     - Set all printer margins.
  41. echo     - Reset printer margins to default values.
  42. echo     - Select symbols set from Pop-Up menu.   
  43. echo     - Select many Hot Key. 
  44. echo     - Execute printer self test.
  45. echo     - Execute expanded font and symbol set print test.
  46. echo     - Turn underline on and off.
  47. echo     - View directory on any disk.
  48. echo .
  49.  
  50.  
  51. pause
  52. cls
  53. echo                                  LaserMate400
  54. echo                       (c) Copyright by E. R. Hunter 1992 
  55. echo                                    SHAREWARE
  56. echo                            QUICK INFORMATION (page 3)
  57. echo .
  58. echo POINTS TO CONSIDER AFTER YOU COMPLETE INSTALLATION:
  59. echo .
  60. echo  Please pass along the four LaserMaster400 files to others. 
  61. echo  DO NOT distribute the separate uncompressed files. Please
  62. echo  upload LM400PKG.EXE  to all the BBS'.  Send comments and questions to 
  63. echo  E. R. Hunter at 993 Highland Oaks, St. Marys, Ga. 31558 or leave a  
  64. echo  message on CompuServe for 71544,273.  Registered user will get reply.
  65. echo  The author is a certified Associate Computer Professional by
  66. echo  the Institute for Certification of Computer Professional and a member 
  67. echo  of the Association of Shareware Professionals. Although LaserMate400  
  68. echo  is so user friendly that you may not need instructions, it is very
  69. echo  important and highly recommended that you print the documentation 
  70. echo  to see what your rights and responsibilities are for use of this  
  71. echo  program. Run PRINTDOC.BAT at the DOS prompt to print the documentation.  
  72. echo  YOU MUST REGISTER IF YOU FIND LaserMate400 USEFUL AND CONTINUE TO 
  73. echo  USE IT.  You will receive support described in PRINTDOC.BAT and in 
  74. echo  REGISTER.FRM. Run REGISTER.BAT at the DOS prompt to print the form.
  75. echo.
  76. pause
  77. cls
  78. echo                                  LaserMate400
  79. echo                       (c) Copyright by E. R. Hunter 1992 
  80. echo                                    SHAREWARE
  81. echo                            QUICK INFORMATION (page 4)
  82. echo .
  83. echo ASP OMBUDSMAN STATEMENT TO ASSIST YOU WITH SHAREWARE:
  84. echo .
  85. echo  LaserMate400 is produced by a member of the Association of Shareware
  86. echo  Professionals (ASP).  ASP wants to make sure that the shareware
  87. echo  principle works for you. If you are unable to resolve a
  88. echo  shareware-related problem with an ASP member by contacting the member
  89. echo  directly, ASP may be able to help. The ASP Ombudsman can help you
  90. echo  resolve a dispute or problem with an ASP member, but does not provide
  91. echo  technical support for members' products.  Please write to the ASP
  92. echo  Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a CompuServe
  93. echo  message via CompuServe Mail to ASP Ombudsman 70007,3536.  You can  
  94. echo  leave feedback for the author on CompuServe 71544,273. Registered user
  95. echo  can receive a reply to questions left on CompuServe.
  96. echo.
  97. pause
  98. :doc2 
  99. cls
  100. echo                                  LaserMate400
  101. echo                       (c) Copyright by E. R. Hunter 1992 
  102. echo                                    SHAREWARE
  103. echo                            QUICK INFORMATION (page 5)
  104. echo .
  105. if '%1' == 'p' goto doc3
  106. if '%1' == 'P' goto doc3
  107. echo 1. Print the the short "Load and Run Information" File 
  108. echo    README2.TXT by entering the below command:
  109. echo .
  110. echo                   README1 p
  111. echo .
  112. :doc3 
  113. if '%1' == '' goto doc5
  114. echo .
  115. echo 1. You may now read the "Load and Run Information" you just printed.
  116. echo .
  117. :doc5 
  118. echo 2. To install LaserMate400, use below format: INSTALL1 s: d: f
  119. echo      s = letter for floppy containing LaserMate400 files.
  120. echo      d = letter for drive to load LaserMate400 to.
  121. echo      f = any character, if installing on 360K floppy diskette. 
  122. echo          Leave blank if installing on any other floppy or hard drive.
  123. echo  Example:
  124. echo     INSTALL1 A: B: 3  (install on 360K floppy) 
  125. echo     INSTALL1 A: B:    (install on floppy except 360K floppy) 
  126. echo     INSTALL1 A: C:    (install on hard drive) 
  127. echo .
  128. echo 3. Once installed, enter LM400 or LM400 /r to run LaserMate400.
  129. echo .
  130. echo   GOOD LUCK - HOPE YOU FIND LaseMate400 HELPFUL AND EASY TO USE !!!
  131. echo   Leave feedback for CompuServe 71544,273.
  132. goto done
  133.  
  134. :doc1
  135. echo .
  136. echo Adjust printer if needed and 
  137. pause
  138. type readme2.txt > lpt1
  139. goto doc2 
  140. :done
  141.  
  142.